docs(readme): update latest news#3121
Open
sbhavani wants to merge 1 commit into
Open
Conversation
66d9786 to
dce1f7a
Compare
Contributor
Greptile SummaryThis PR adds five new entries to the "Latest News" section of
Confidence Score: 5/5Safe to merge — only README news links are changed, with no impact on code, tests, or builds. The change is limited to five new bullet points in the documentation news section. All entries match the existing RST format, dates are in reverse-chronological order, and the URLs point to official NVIDIA developer and research domains. There is nothing here that could break functionality. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.rst Latest News] --> B["[06/2026] Boosting MoE Training Throughput"]
A --> C["[06/2026] Nemotron 3 Ultra Technical Report"]
A --> D["[06/2026] JAX/MaxText NVFP4 on Blackwell"]
A --> E["[04/2026] FP8 Reinforcement Learning Training"]
A --> F["[02/2026] NVFP4 Low-Precision Model Training"]
A --> G["[12/2025] NVIDIA Nemotron 3 (existing)"]
A --> H["[...] Earlier entries (existing)"]
style B fill:#c8f7c5
style C fill:#c8f7c5
style D fill:#c8f7c5
style E fill:#c8f7c5
style F fill:#c8f7c5
style G fill:#f0f0f0
style H fill:#f0f0f0
Reviews (3): Last reviewed commit: "docs(readme): update latest news" | Re-trigger Greptile |
Signed-off-by: Santosh Bhavani <santosh.bhavani@live.com>
dce1f7a to
e0d81e1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add recent TE-related items to the README Latest News section.
Fixes # (issue)
Type of change
Changes
Includes new references for Nemotron 3 Ultra, JAX/MaxText NVFP4 training on Blackwell, FP8 reinforcement learning training, and NVFP4 low-precision model training.
Checklist: